-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: cache pubkeys using base64 #7022
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #7022 +/- ##
============================================
+ Coverage 49.24% 49.27% +0.02%
============================================
Files 578 578
Lines 37438 37456 +18
Branches 2162 2176 +14
============================================
+ Hits 18435 18455 +20
+ Misses 18963 18960 -3
- Partials 40 41 +1 |
converting this to Draft, I think using |
alternative is to try https://github.com/ChainSafe/pubkey-index-map/ |
will go with #7091 |
Motivation
Description
base64
instead ofhex
, this saves ~70MB for 2M validators as shown in the memory test. This is a good preparation for electra.